﻿/*****************************************************************************/
/* Printing Related **********************************************************/
/*****************************************************************************/

@media print  
{
    
.noprint 
{
    display: none;
}

}

/* End Printing Related ******************************************************/



/*****************************************************************************/
/* General *******************************************************************/
/*****************************************************************************/
body 
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8pt !important;
    margin: 0px;
    padding: 0px;
    background-color: White;
    min-width: 800px;
}

img
{
    border: 0px;
}

a
{
    text-decoration: none;
}

.empty {
	color: #808080 !important;
}
    

/* End General ***************************************************************/



/*****************************************************************************/
/* Reports *******************************************************************/
/*****************************************************************************/
#reportContainer th, #reportContainer td
{
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 10px; /* for IE */
}

#reportContainer table
{
    border-collapse: collapse;
}

/* End Reports ***************************************************************/



/*****************************************************************************/
/* Header Bar ****************************************************************/
/*****************************************************************************/

#headerBar
{
    box-shadow: 0px 5px 8px #888888;
}

#headerLogo
{
    position: relative;
    top: 5px;
}

#cemeteryInfo
{
    display: inline-block;
    min-width: 400px;
    max-width: 600px;
}

#cemeteryName
{
    font-size: 15pt;
}

#cemeteryAddress
{
    font-size: 10pt;
}

#cemeteryName, #cemeteryAddress
{
    display: block;
    position: relative;
    top: -5px;
}

#headerBar a
{
    display: inline;
}


#toolbarIcons
{
    display: inline;
    float: right;
    margin-right: 10px;
}

#toolbarIcons img, #toolbarAboutLink
{
    margin: 10px 5px 1px 5px;
}

#toolbarAboutLink
{
    position: relative;
    top: -3px;
}

/* End Header Bar ************************************************************/



/*****************************************************************************/
/* jQuery Overrides **********************************************************/
/*****************************************************************************/

.ui-dialog
{
    /*padding: 0px;
    box-shadow: 10px 20px 20px #888888;*/
    -moz-opacity: 0.90;
    opacity: .90;
    filter: alpha(opacity=90);
}

.ui-dialog .ui-dialog-title
{
    float: none;
}

.ui-dialog .ui-dialog-titlebar
{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* End jQuery Overrides ******************************************************/



/*****************************************************************************/
/* Used to customize tool tips ***********************************************/
/*****************************************************************************/

.ui-tooltip, .arrow:after 
{
    background: black;
    border: 2px solid white;
}

.ui-tooltip 
{
    padding: 5px 10px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 7px black;
}

.arrow 
{
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top 
{
    top: -16px;
    bottom: auto;
}

.arrow.left 
{
    left: 20%;
}

.arrow:after 
{
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.arrow.top:after 
{
    bottom: -20px;
    top: auto;
}
/* End Used to customize tool tips *******************************************/



/*****************************************************************************/
/* Modal forms ***************************************************************/
/*****************************************************************************/

.ui-dialog-title-icon 
{
    float: left;
    margin-right: 10px;
}

#aboutForm a
{
    margin-left: 2em;
    text-decoration: underline;
}

#aboutFormHeader, aboutFormImage
{
    text-align: center;
}

#aboutFormImageContainer
{
    text-align: center;
    height: 80px;
    width: 280px !important;
}

.standardTextbox
{
    width: 14em;
}

/* End Modal forms ***********************************************************/



/*****************************************************************************/
/* Navigation ****************************************************************/
/*****************************************************************************/

#navigationToolbar
{
    position: absolute;
    top: 70px;
    left: 10px;
}

.navigationToggles
{
    margin-top: 8px;
}

/* End Navigation *************************************************************/



/*****************************************************************************/
/* InfoWindow ****************************************************************/
/*****************************************************************************/

.infoWindowImage
{
    border-radius: 5px;
    box-shadow: 0 0 12px black;
}

#infoWindowImageController
{
    text-align: center;
}

#imageCounter
{
    padding-bottom: 5px;
}

.noMoreSelections
{
    -moz-opacity: 0.30;
    opacity: .30;
    filter: alpha(opacity=30);
}

.moreSelections
{
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* End InfoWindow *************************************************************/



/******************************************************************************/
/* Custom Overview Map ********************************************************/
/******************************************************************************/

#ovMap
{
    overflow:hidden;
    width: 25%;
    height: 25%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background-color: White;
}

#ovMapRectangle, #ovMapPrintRectangle
{
   width: 50px;
   height: 50px;
   margin: 0;
   padding: 0;
   border: none;
   background-color: Red;
   -moz-opacity: 0.30;
   opacity: .30;
   filter: alpha(opacity=30);
   position: absolute;
   z-index: 25;
}

#ovMapRectangleBorder, #ovMapPrintRectangleBorder
{
   width: 50px;
   height: 50px;
   margin: 0;
   padding: 0;
   border: 3px solid Red;
   position: absolute;
   z-index: 26;
}

#ovMapExpandCollapse
{
    width: 30px;
    display: none;
    position: relative;
    border: 0;
    padding: 0;
    z-index: 20;
}

/* End Custom Overview Map ****************************************************/



/******************************************************************************/
/* Map Printing ***************************************************************/
/******************************************************************************/

.mapPrintImages 
{
    position: absolute;
    top: 85px;
    left: 10px;
}

.ovMapPrintImages 
{
    position: absolute;
    top: 887px;
    left: 510px;
}

/* End Map Printing ***********************************************************/



/******************************************************************************/
/* Map View Toggle ************************************************************/
/******************************************************************************/

#cemeteryAerialToggle
{
    position: relative;
    left: 170px;
}

/* End Map View Toggle ********************************************************/